uri 2839 solutiojn in c
by ujjal roy
#include<stdio.h>
main()
{
int n;
scanf("%d",&n);
printf("%d\n",n+1);
return 0;
}
0 Comments